home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / aga / aga023.dms / in.adf / UChess / UChessSrc.lha / debug64.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-07  |  195 b   |  8 lines

  1. #ifdef DEBUG4
  2.       if (debuglevel & 64)
  3.         {
  4.           algbr (PV >> 8, PV & 0xff, 0);
  5.           printf ("-get-> d=%d s=%d p=%d a=%d b=%d %s\n", depth, score, ply, alpha, beta, mvstr[0]);
  6.         }
  7. #endif
  8.